* {
	font-family: "Microsoft YaHei", "SimHei", Arial, "\5B8B\4F53", sans-serif;
}


/* ===================================
	GENERAL
====================================== */

body {
	position: relative;
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

textarea:focus,
input:focus {
	outline: none;
}

img {
	max-width: 100%;
}

ul {
	padding: 0;
	list-style: none;
	margin-bottom: 0;
}

hr {    
    border-top: 1px solid #ddd;
}
/* ===================================
	TYPOGRAPHY
====================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 15px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

a,
p,
li,
input,
textarea {
	/**/
	font-weight: 400;
	color: #818181;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

a:hover,
a:focus,
a:active {
	outline: 0;
	text-decoration: none;
	border: 0;
}

.fr {
	float: right;
}

.fl {
	float: left;
}


/* ===================================
	header
====================================== */

.topic-info {
	background: #f5f5f5;
	border-bottom: 1px solid #ececec;
}

.topic-info .container,
.topic-info .container a {
	font-size: 12px;
	line-height: 2.3;
	color: #818181;
}

.header-logo {
	padding-top: 28px;
	padding-bottom: 28px;
}

.header-logo-tel {
	background: url(../images/icon_tel.png) no-repeat;
	padding-left: 50px;
	margin-top: 5px;
}

.header-logo-tel dl {
	margin-bottom: 0;
}

.header-logo-tel dl dd:first-child {
	color: #818181;
	line-height: 1;
}

.header-logo-tel dl dd:nth-child(2) {
	color: #00599f;
	font-size: 24px;
	line-height: 1.2;
}

header .navbar {
	background: #00599f;
	margin-bottom: 0;
}

header .navbar .navbar-collapse {
	padding: 0;
}

header .navbar .nav a {
	color: #fff;
}

header .navbar .nav a:hover {
	background: #009e95;
}

header .navbar .nav .active {
	background: #009e95;
}

.navbar {
    border-radius:0;
}

.nav>li>a {    
    padding: 15px 20px;
    font-size: 16px;
}



/* ===================================
	FOOTER
====================================== */

footer {
	background-color: #00599f;
	padding: 50px;
	overflow: hidden;
	color: #c5d9fc;
}

.footer-cont ul li {
	color: #c5d9fc;
	font-size: 12px;
	line-height: 2;
	padding-left: 10px;
}

footer span {
	font-size: 12px;
}


@media only screen and (max-width: 767px) {
	.navbar-toggle {
		border: 1px solid #fff;
		background-color: #348ccf;
	}
	.navbar-toggle .icon-bar {
		border-radius: 1px;
		display: block;
		height: 2px;
		width: 22px;
		background-color: #fff;
	}
	header .navbar .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
}
footer {
	padding: 20px 0;
}
}